home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
BUSINESS
/
ARCH_C41.ARJ
/
APPENDX.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-09-10
|
384b
|
18 lines
ECHO OFF
CLS
ECHO This will append a PAUSE statement to AUTOEXEC.BAT on drive C:
ECHO
PAUSE
CLS
IF EXIST C:\AUTOEXEC.BAT GOTO REPLACE
ECHO No AUTOEXEC.BAT file exists on Drive C
GOTO RUN
:REPLACE
COPY APPENDX TMP
COPY TMP + C:\AUTOEXEC.BAT
COPY TMP C:\AUTOEXEC.BAT
REM GOTO RUN
:RUN
ECHO